fix(deps): update rust crate proc-macro2 to 1.0.81 - autoclosed #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1
->1.0.81
Release Notes
dtolnay/proc-macro2 (proc-macro2)
v1.0.81
Compare Source
v1.0.80
Compare Source
Literal::byte_character
constructor (#449)Literal::c_string
constructor #450)v1.0.79
Compare Source
v1.0.78
Compare Source
v1.0.77
Compare Source
v1.0.76
Compare Source
dead_code
warning false positive (#435)v1.0.75
Compare Source
v1.0.74
Compare Source
v1.0.73
Compare Source
v1.0.72
Compare Source
v1.0.71
Compare Source
deny(unsafe_op_in_unsafe_fn)
lintv1.0.70
Compare Source
Ident::new
so that panics on invalid input are attributed to the caller (#423)v1.0.69
Compare Source
v1.0.68
Compare Source
v1.0.67
Compare Source
(/*ERROR*/)
placeholder that rustc uses for macros that fail to expand (#405)v1.0.66
Compare Source
v1.0.65
Compare Source
v1.0.64
Compare Source
\r
in between tokens (#399)v1.0.63
Compare Source
c"…"
c-string literals (tracking issue: https://github.com/rust-lang/rust/issues/105723)v1.0.62
Compare Source
yanked
v1.0.61
Compare Source
v1.0.60
Compare Source
v1.0.59
Compare Source
v1.0.58
Compare Source
v1.0.57
Compare Source
start()
/end()
implementation onSpan
while the upstream API is iterated on (#383, https://github.com/rust-lang/rust/pull/111571)v1.0.56
Compare Source
v1.0.55
Compare Source
Span
for literals produced via theFromStr
impl ofLiteral
(#378)Literal::subspan
in non-macro contexts when "span-locations" feature is enabled (#379)v1.0.54
Compare Source
v1.0.53
Compare Source
source_text()
method (#350)v1.0.52
Compare Source
Group::delim_span
(#366)v1.0.51
Compare Source
#
used for delimiting a raw string literal: 255 (#364)v1.0.50
Compare Source
v1.0.49
Compare Source
-Zrustdoc-scrape-examples
on docs.rs for nowv1.0.48
Compare Source
v1.0.47
Compare Source
v1.0.46
Compare Source
FromStr
impl consistent with proc_macro::TokenStream's on strings that begin with a byte order mark\u{feff}
(#353)v1.0.45
Compare Source
r#self
(#351)v1.0.44
Compare Source
span.before()
andspan.after()
to access an emptySpan
located immediately before or after the input span (#348, upstream tracking issue: https://github.com/rust-lang/rust/issues/87552)v1.0.43
Compare Source
v1.0.42
Compare Source
v1.0.41
Compare Source
.size_hint()
fromTokenStream
's iterator (#334)v1.0.40
Compare Source
Ident::new_raw
constructor (#331, thanks @mystor)v1.0.39
Compare Source
v1.0.38
Compare Source
Literal::byte_string
constructor (#328)v1.0.37
Compare Source
v1.0.36
Compare Source
quote!
macrov1.0.35
Compare Source
v1.0.34
Compare Source
v1.0.33
Compare Source
Group::span_open
/span_close
on Rust 1.55+ to reflect their stabilization in rustc (#305, https://github.com/rust-lang/rust/pull/86136)v1.0.32
Compare Source
v1.0.31
Compare Source
v1.0.30
Compare Source
v1.0.29
Compare Source
impl FromStr for Literal
(#287)v1.0.28
Compare Source
v1.0.27
Compare Source
impl FromStr for Literal
(#286, https://github.com/rust-lang/rust/pull/84717)v1.0.26
Compare Source
impl LexError { pub fn span(&self) -> Span }
(#283)v1.0.25
Compare Source
v1.0.24
Compare Source
v1.0.23
Compare Source
v1.0.22
Compare Source
v1.0.21
Compare Source
v1.0.20
Compare Source
v1.0.19
Compare Source
v1.0.18
Compare Source
v1.0.17
Compare Source
proc_macro2::fallback::force()
from 1.0.12 at the same time asproc-macro2 = { default-features = false }
(#233)v1.0.16
Compare Source
v1.0.15
Compare Source
v1.0.14
Compare Source
cfg(procmacro2_semver_exempt)
for now but will be stabilized when Rust 1.45 is released (#228, thanks @kevinmehall)v1.0.13
Compare Source
br#"..."#suffix
,b'?'suffix
,'?'suffix
v1.0.12
Compare Source
v1.0.11
Compare Source
(yanked)
v1.0.10
Compare Source
v1.0.9
Compare Source
v1.0.8
Compare Source
v1.0.7
Compare Source
v1.0.6
Compare Source
Just retriggering a docs.rs build because 1.0.5 failed. See https://github.com/alexcrichton/proc-macro2/issues/203 and https://github.com/rust-lang/docs.rs/issues/440.
v1.0.5
Compare Source
impl Extend<TokenTree> for TokenStream
(#198)v1.0.4
Compare Source
Literal::subspan
method to match libproc_macro (#195)v1.0.3
Compare Source
v1.0.2
Compare Source
impl From<TokenTree> for TokenStream
to match libproc_macrov1.0.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.